]> dgit.raspbian.org Git - ostree.git/commit
ostree-repo: Add a new ostree_repo_verify_local_summary() API
authorPhilip Withnall <pwithnall@gnome.org>
Tue, 4 Aug 2026 15:49:43 +0000 (16:49 +0100)
committerPhilip Withnall <pwithnall@gnome.org>
Tue, 4 Aug 2026 15:58:57 +0000 (16:58 +0100)
commit8eac67e4d74d06098dd1509bed7d44013878c4b8
tree67e1cacdcce00ea4d1141c4e0132c94f5b272259
parent06a384d64c36e51bf87ac0835b674b62d065db8f
ostree-repo: Add a new ostree_repo_verify_local_summary() API

This will be used in the following commit to add signature verification
to `ostree summary` when used to view the summary of a local repository.

It needs to be separate from `ostree_repo_verify_summary()`, as that API
expects to take a remote name and use the keyring for that remote. As
far as I can tell there isn’t a way to use an arbitrary GPG homedir to
verify a summary file, as is needed when running on the OSTree server
rather than on a client checkout.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Makefile-libostree.am
apidoc/ostree-sections.txt
src/libostree/libostree-devel.sym
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h